Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / Sort Method / Sort(IComparer<TextLineFragment>) Method

In This Topic
    Sort(IComparer<TextLineFragment>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal comparer As System.Collections.Generic.IComparer(Of TextLineFragment) _
    ) 
    public void Sort( 
       System.Collections.Generic.IComparer<TextLineFragment> comparer
    )

    Parameters

    comparer
    See Also